CollectionAccount 
EntityType  Independent 
Logical Entity Name  CollectionAccount 
Default Table Name  SaCollections 
Logical Only  NO 
Definition 
 
Note 
 

CollectionAccount Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
CollectionAccountId(PK)    INTEGER  NO 
 
StudentEnrollmentPeriodId(FK)    INTEGER  YES 
 
StudentId(FK)    INTEGER  NO 
 
CollectionAccountStatusId(FK)    INTEGER  YES 
 
ReadyForCollectionsDate    DATETIME  YES 
 
LastRefundDate    DATETIME  YES 
 
LastRefundCalcDate    DATETIME  YES 
 
IsDunningProcessOff    BIT  NO 
 
IsBlockStatement    BIT  NO 
 
StatementNote    VARCHAR(500)  YES 
 
LastStatementDate    DATETIME  YES 
 
LastStatementAmount    MONEY(19, 4)  YES 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
StudentAwardId(FK)    INTEGER  YES 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
CollectionAccountStatusId(FK)    INTEGER  YES 
 
StudentId(FK)    INTEGER  YES 
 
StudentAwardId(FK)    INTEGER  YES 
 
StudentEnrollmentPeriodId(FK)    INTEGER  YES 
 

CollectionAccount Keys 
Key Name  Key Type  Keys 
SaCollections_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 
SaCollections_FaStudentAidID_N_N_IDX  Inversion Entry  StudentAwardId 
SaCollections_SaAcctStatusID_N_N_IDX  Inversion Entry  CollectionAccountStatusId 
SaCollections_syStudentID_SaAcctStatusID_N_N_IDX  Inversion Entry  StudentId, CollectionAccountStatusId 
PK_SaCollections_SaCollectionsID  PrimaryKey  CollectionAccountId 
SaCollections_adEnrollID_N_N_IDX  Inversion Entry  StudentEnrollmentPeriodId 

CollectionAccount Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
CollectionAccountStatus  Non-Identifying  Zero or One to Zero or More        CollectionAccountStatusId  NO 
StudentEnrollmentPeriod  Non-Identifying  Zero or One to Zero or More        StudentEnrollmentPeriodId  NO 
StudentAward  Non-Identifying  Zero or One to Zero or More        StudentAwardId  NO 
AccountStatus  Non-Identifying  Zero or One to Zero or More        CollectionAccountStatusId  NO 
Student  Non-Identifying  One To Zero or More        StudentId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
Student  Non-Identifying  Zero or One to Zero or More        StudentId  NO 
StudentAward  Non-Identifying  Zero or One to Zero or More        StudentAwardId  NO 
StudentEnrollmentPeriod  Non-Identifying  Zero or One to Zero or More        StudentEnrollmentPeriodId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
CollectionAccountDataChange  Non-Identifying  One To Zero or More          NO 

CollectionAccount Check Constraints 
Check Constraint Name  CheckConstraint